home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_6 / xtoilbm3.ads < prev    next >
Text File  |  1995-06-13  |  3KB  |  99 lines

  1.            ADS Zone: 1
  2.      ADS Hatch Site: Paul Miller
  3.        ADS Position: ADS Zone 1 STAR
  4.            BBS Name: Lonely Mountain BBS
  5.     Phone Number(s): 804-827-0726
  6.     Network Address: 1:271/292  
  7.      Network Region: 13    
  8.           BBS Hours: 24 Hrs/Day
  9. BBS Mailer/Software: Mebbs-Net Pro BBS
  10.   BBS Storage Space: 2250 Megs + 8 CD Roms
  11.   File Requestable :  <X> Y     < > N
  12. File Request Hours : All The Time
  13. Short:    DataType picture converter. Any->IFF. Wildcards.
  14. Author:   christon.powertech.no (Christopher Naas)
  15. Uploader: christon.powertech.no (Christopher Naas)
  16. Type:     gfx/conv
  17.  
  18. XtoILBM 3.0 is a picture converter that uses datatypes to convert ANY
  19. pictureformat to IFF.
  20.  
  21. XtoILBM  takes  3  arguments,  source,  destination,  and optionally,
  22. DisplayModeID for the converted picture.
  23. XtoILBM  supports  wildcards,  so  there's  no  longer  any  need for
  24. scripts.
  25.  
  26. **
  27.  
  28. If  you  use wildcards, the destionation argument will be appended to
  29. the names of the converted files.
  30. An example:
  31.  
  32.  1> CD IFF:
  33.  1> XtoILBM GIF:#?.GIF .IFF
  34.  
  35. The  above  CD's  to  an assign called IFF:  (great place for storing
  36. IFF's  ;), and calls XtoILBM to convert all the GIF files in the GIF:
  37. assign  to  ILBM files, append .IFF to the filenames and save them in
  38. the IFF:  assign (since that's the current directory).
  39.  
  40. **
  41.  
  42. If  you do not use wildcards, the converted file will be saved as the
  43. filename given as the outfile, including path.
  44. An example:
  45.  
  46.  XtoILBM JPG:Apollo.JPG IFF:Apollo.Ham8
  47.  
  48. XtoILBM  will  load  the  source  image,  and  save  the  ILBM as the
  49. specified destination file in the specified destination directory.
  50.  
  51. **
  52.  
  53. If  you  want, you can define a DisplayModeID for the converted image
  54. to use.
  55. An example:
  56.  
  57.  XtoILBM JPG:Apollo.JPG IFF:Apollo.Ham8 ID 692229
  58.  
  59. This saves the converted image as a DBLPAL HighRes Laced image.
  60.  
  61. **
  62.  
  63. XtoILBM  is  especially  usefull  for people who haven't got a lot of
  64. memory, or just need to make speedy conversions.  The wildcard option
  65. is  great  for  converting  a  lot  of  files at once, using only one
  66. command :)
  67.  
  68.  
  69. XtoILBM  was programmed in SAS/C 6.51, and tested on an A4000/040/14.
  70. It should work on any Amiga with the datatypes.library installed.
  71.  
  72.  
  73. If  you  use  this  program, you have to let me know.  You can either
  74. send  me  a  postcard, or just EMail me.  But either way, you have to
  75. let me know you are using it ;)
  76.  
  77. Contact me,
  78.  
  79.  Christopher Naas
  80.  Solv. 3a
  81.  1533 Moss
  82.  Norway
  83.  
  84.  TLF:   +47 6925 1264
  85.  BBS:   +47 6925 6117
  86.  EMail: christon@powertech.no (Christ on Powertechno)
  87.  
  88.  
  89. History:
  90.         01.09.94  Received a bug report from Ralph Seichter, who
  91.         claimed XtoILBM gave two enforcerhits when started with
  92.         no arguments. As I was unable to reproduce this myself,
  93.         I rewrote the argumentparsing, and the result was a much
  94.         emproved XtoILBM2, 338 bytes smaller executable :)
  95.         Thanks, Ralph!
  96.  
  97.         27.05.95  Added wildcard support, the DisplayModeID
  98.         argument and more detailed error messages.
  99.